'Declaration Public Function New( _
ByVal nameShort description of a format.As System.String, _
ByVal decimalPlacesNumber of decimal places.As System.Int32, _
ByVal currencySymbolFormatsCurrency symbol format and it's synonyms.As Boolean, _
ByVal ParamArray isCurrencySymbolBeforeValueA value indicating whether currency symbol format must be written before number format.() As System.String _
)
public CurrencyFormat(
System.String name,
System.Int32 decimalPlaces,
bool currencySymbolFormats,
params System.String[] isCurrencySymbolBeforeValue
)
public: CurrencyFormat(
System.String name,
System.Int32 decimalPlaces,
bool currencySymbolFormats,
params System.String[]* isCurrencySymbolBeforeValue
)
public:
CurrencyFormat(
System.String name,
System.Int32 decimalPlaces,
bool currencySymbolFormats,
... array<System.String>^ isCurrencySymbolBeforeValue
)
Parameters
- name
- Short description of a format.
- decimalPlaces
- Number of decimal places.
- currencySymbolFormats
- Currency symbol format and it's synonyms.
- isCurrencySymbolBeforeValue
- A value indicating whether currency symbol format must be written before number format.